home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_201 / draco / drinc / graphics / layers.g < prev    next >
Text File  |  1992-05-06  |  752b  |  39 lines

  1. uint
  2. „LAYERSIMPLE‰=0x0001,
  3. „LAYERSMARTŠ=0x0002,
  4. „LAYERSUPERŠ=0x0004,
  5. „LAYERUPDATING‡=0x0010,
  6. „LAYERBACKDROP‡=0x0040,
  7. „LAYERREFRESHˆ=0x0080,
  8. „LAYER_CLIPRECTS_LOST=0x0100;
  9.  
  10. ulong
  11. „LMN_REGIONŠ=-1;
  12.  
  13. type
  14. „MinList_t=unknown12,
  15. „SignalSemaphore_t=unknown46,
  16. „List_t=unknown14,
  17.  
  18. „Layer_Info_t=struct{
  19. ˆ*Layerli_top_layer;
  20. ˆ*Layerli_check_lp;
  21. ˆ*Layerli_obs;
  22. ˆMinList_tli_FreeClipRects;
  23. ˆSignalSemaphore_tli_Lock;
  24. ˆList_tli_gs_Head;
  25. ˆulongli_longreserved;
  26. ˆuintli_Flags;
  27. ˆushortli_fatten_count;
  28. ˆushortli_LockLayersCount;
  29. ˆuintli_LayerInfo_extra_size;
  30. ˆ*uintli_blitbuff;
  31. ˆ*LayerInfo_extra_tli_LayerInfo_extra;
  32. „};
  33.  
  34. ulong
  35. „NEWLAYERINFO_CALLED=1,
  36. „ALERTLAYERSNOMEM„=0x83010000;
  37.  
  38. /*layerfunctionsandLayer_tareinclip.g*/
  39.